added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / AsyncDownload / AsyncDownload_CSharp / Properties / AssemblyInfo.cs
blob0e1617463f8f3c182f70c56b02f66b2d26d0fff7
1 //--------------------------------------------------------------------------
2 //
3 // Copyright (c) Microsoft Corporation. All rights reserved.
4 //
5 // File: AssemblyInfo.cs
6 //
7 //--------------------------------------------------------------------------
9 using System.Reflection;
10 using System.Runtime.InteropServices;
12 [assembly: AssemblyTitle("AsyncDownload")]
13 [assembly: AssemblyDescription("")]
14 [assembly: AssemblyConfiguration("")]
15 [assembly: AssemblyCompany("Microsoft")]
16 [assembly: AssemblyProduct("AsyncDownload")]
17 [assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")]
18 [assembly: AssemblyTrademark("")]
19 [assembly: AssemblyCulture("")]
20 [assembly: ComVisible(false)]
21 [assembly: Guid("bb4fc76e-63cb-430c-936f-e69aea2aace4")]
22 [assembly: AssemblyVersion("1.0.0.0")]
23 [assembly: AssemblyFileVersion("1.0.0.0")]